home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / toadies / 3d grid < prev    next >
Text File  |  1999-06-15  |  582b  |  23 lines

  1. Category: Toadies
  2. Title: 3D Grid...
  3. Copyright: Copyright © 1996 Ilyich the Toad. Freeware, contact ilyich@ioc.ac.rufor more.
  4. Author: Ilyich the Toad
  5. Filename: t_Mapped_Grid.8bf
  6.  
  7. R:(x+scl(i-ctl(2),0,255,0,ctl(1)))%val(0,0,X)<=1||(y+scl(i,0,255,0,ctl(1)))%val(0,0,Y)<=1?0:255
  8.  
  9. G:(x+scl(i-ctl(2),0,255,0,ctl(1)))%val(0,0,X)<=1||(y+scl(i,0,255,0,ctl(1)))%val(0,0,Y)<=1?0:255
  10.  
  11. B:(x+scl(i-ctl(2),0,255,0,ctl(1)))%val(0,0,X)<=1||(y+scl(i,0,255,0,ctl(1)))%val(0,0,Y)<=1?0:255
  12.  
  13. A:a
  14.  
  15. ctl[0]: Grid size
  16. ctl[1]: Strength
  17. ctl[2]: Baseline
  18.  
  19. val[0]: 24
  20. val[1]: 7
  21. val[2]: 18
  22.  
  23.